home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 4
/
THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso
/
dosgames
/
pokersol
/
2.bat
< prev
next >
Wrap
DOS Batch File
|
1991-07-18
|
201b
|
17 lines
echo off
cls
echo:
echo:
echo Please be sure your printer is on-line and has plenty of paper, then...
echo:
echo:
pause
echo:
echo:
echo Printing!!!!
echo:
copy *.doc prn
echo:
cls
wow